08. Review

Review

FSND C2 L3 A21 Lesson Outro

In this lesson we learned how to extend our functionality using Flask-CORS , so that we could:

  • Organize API Endpoints
  • Handle Cross-Origin Resource Sharing (CORS)
  • Parse the request path and body
  • Use POST, PATCH, and DELETE requests in Flask
  • Handle errors

Next up, we'll dive into testing, and how we can use unit tests to make the process of testing much faster.